Skip to content
Snippets Groups Projects

Resolve "Instrument/LargeScalefacility: open for use? Type of facility?"

Merged Fathalla, Said requested to merge 95-open-for-use-type-of-facility into main
1 unresolved thread
2 files
+ 12
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 11
3
@@ -233,6 +233,7 @@ Declaration(DataProperty(mwo:hasVersion))
Declaration(DataProperty(mwo:instrumentModel))
Declaration(DataProperty(mwo:isOnline))
Declaration(DataProperty(mwo:keyword))
Declaration(DataProperty(mwo:openForUse))
Declaration(DataProperty(foaf:firstName))
Declaration(DataProperty(foaf:gender))
Declaration(DataProperty(foaf:surname))
@@ -657,7 +658,7 @@ ObjectPropertyRange(mwo:hasCreator ObjectUnionOf(nfdicore:Organization nfdicore:
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000115> mwo:hasDiscipline "A relation between a resource or large-scale facility and the academic discipline of the produced work."@en)
AnnotationAssertion(rdfs:label mwo:hasDiscipline "has discipline"@en)
ObjectPropertyDomain(mwo:hasDiscipline nfdicore:Resource)
ObjectPropertyDomain(mwo:hasDiscipline ObjectUnionOf(nfdicore:Resource mwo:LargeScaleFacility))
ObjectPropertyRange(mwo:hasDiscipline nfdicore:AcademicDiscipline)
# Object Property: mwo:hasDocumentation (has documentation)
@@ -987,7 +988,7 @@ DataPropertyDomain(mwo:hasPersonalInformation nfdicore:Person)
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000115> mwo:hasPostalAddress "A data property indicating the postal address of an entity."@en)
AnnotationAssertion(rdfs:label mwo:hasPostalAddress "has postal address"@en)
DataPropertyDomain(mwo:hasPostalAddress ObjectUnionOf(nfdicore:Organization nfdicore:Person))
DataPropertyDomain(mwo:hasPostalAddress ObjectUnionOf(nfdicore:Organization nfdicore:Person mwo:LargeScaleFacility))
# Data Property: mwo:hasPostalCode (has postal code)
@@ -1041,6 +1042,13 @@ DataPropertyRange(mwo:isOnline xsd:boolean)
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000115> mwo:keyword "A data property used for defining something with keywords."@en)
AnnotationAssertion(rdfs:label mwo:keyword "keywords"@en)
# Data Property: mwo:openForUse (open for use)
AnnotationAssertion(rdfs:comment mwo:openForUse "A flag to signal that an instrument or large-scale facility is open to external use."@en)
AnnotationAssertion(rdfs:label mwo:openForUse "open for use"@en)
DataPropertyDomain(mwo:openForUse ObjectUnionOf(mwo:LargeScaleFacility modsci:Instrument))
DataPropertyRange(mwo:openForUse xsd:boolean)
# Data Property: foaf:firstName (foaf:firstName)
SubDataPropertyOf(foaf:firstName mwo:hasPersonalInformation)
@@ -1890,4 +1898,4 @@ AnnotationAssertion(rdfs:comment mwo:Ontology "A set of concepts belong to a spe
AnnotationAssertion(rdfs:label mwo:Ontology "ontology"@en)
)
)
\ No newline at end of file
Loading