Skip to content

Commit

Permalink
Merge pull request #247 from nf-osi/patch/key-conflict-missing-template
Browse files Browse the repository at this point in the history
Remove weblink from classes
  • Loading branch information
anngvu authored Jan 25, 2023
2 parents 215a6a4 + 92fafe4 commit ae76ba7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
1 change: 0 additions & 1 deletion NF.csv
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,6 @@ workflow report,"Workflow-generated reports of analysis of primary data, usually
report,"a document assembled by an author for the purpose of providing information for the audience. A report is the output of a documenting process and has the objective to be consumed by a specific audience. Topic of the report is on something that has completed. A report is not a single figure. Examples of reports are journal article, patent application, grant progress report, case report (not patient record).",,,FALSE,http://purl.obolibrary.org/obo/IAO_0000088,resourceType,,,,Report,Class,Data,Metadata,Resource,,,
metadata,Data about data, information that describes another set of data.,,,FALSE,http://purl.obolibrary.org/obo/NCIT_C52095,resourceType,,,,metadata,Class,Data,Metadata,Resource,,
protocol,"A plan specification which has sufficient level of detail and quantitative information to communicate it between investigation agents, so that different investigation agents will reliably be able to independently reproduce the process.",,,FALSE,http://purl.obolibrary.org/obo/OBI_0000272,resourceType,,,,Protocol,Class,Data,Metadata,Resource,,,
weblink,The global address of documents and other resources on the World Wide Web.,,,FALSE,http://purl.obolibrary.org/obo/NCIT_C42743,resourceType,,,,,Class,Data,Metadata,Resource,,,
curatedDataType,The type of information being curated.,"reference sequence, gene symbol, clinical data, gene function, chemical descriptor",,TRUE,,curatedData,,,,curatedDataType,Property,Data,annotationProperty,,,,
referenceSet,"A set of references (e.g., canonical assembled contigs) which defines a common coordinate space for comparing reference-aligned experimental data.","GRCh38, GRCh37, MMUL1.0, HRC",,TRUE,,curatedData,,,,referenceSet,Property,Data,annotationProperty,,,,
reference sequence,Syntactic sequences that has a role as reference of an annotation.,,,FALSE,http://rdf.biosemantics.org/ontologies/rsa#ReferenceSequence,curatedDataType,,,,referenceSequence,Property,Data,annotationProperty,,,,
Expand Down
17 changes: 0 additions & 17 deletions NF.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -9332,23 +9332,6 @@
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:Weblink",
"@type": "rdfs:Class",
"rdfs:comment": "The global address of documents and other resources on the World Wide Web.",
"rdfs:label": "Weblink",
"rdfs:subClassOf": [
{
"@id": "bts:ResourceType"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "weblink",
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:CuratedDataType",
"@type": "rdfs:Class",
Expand Down
1 change: 0 additions & 1 deletion modules/Data/Metadata.csv
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ workflow report,"Workflow-generated reports of analysis of primary data, usually
report,"a document assembled by an author for the purpose of providing information for the audience. A report is the output of a documenting process and has the objective to be consumed by a specific audience. Topic of the report is on something that has completed. A report is not a single figure. Examples of reports are journal article, patent application, grant progress report, case report (not patient record).",,,FALSE,http://purl.obolibrary.org/obo/IAO_0000088,resourceType,,,,Report,Class,Data,Metadata,Resource,,,
metadata,Data about data, information that describes another set of data.,,,FALSE,http://purl.obolibrary.org/obo/NCIT_C52095,resourceType,,,,metadata,Class,Data,Metadata,Resource,,
protocol,"A plan specification which has sufficient level of detail and quantitative information to communicate it between investigation agents, so that different investigation agents will reliably be able to independently reproduce the process.",,,FALSE,http://purl.obolibrary.org/obo/OBI_0000272,resourceType,,,,Protocol,Class,Data,Metadata,Resource,,,
weblink,The global address of documents and other resources on the World Wide Web.,,,FALSE,http://purl.obolibrary.org/obo/NCIT_C42743,resourceType,,,,,Class,Data,Metadata,Resource,,,

0 comments on commit ae76ba7

Please sign in to comment.