tetherless-world / dco-ontology

Deep Carbon Observatory Ontology
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

dco:associatedPublication sets domain and range when also there's a restriction on InstrumentInitiative #73

Open mrpatrickwest opened 8 years ago

mrpatrickwest commented 8 years ago
dco:associatedPublication
      a       owl:ObjectProperty ;
      rdfs:domain dco:ProjectUpdate ;
      rdfs:label "Associated Publications"@en-US ;
      rdfs:range bibo:Document ;
      rdfs:subPropertyOf owl:topObjectProperty ;
      rdfs:comment  """
      A publication referenced by a project update during a specific reporting year.
      """^^rdf:XMLLiteral .

Was reported in last ticket that this property was out of date with what's in VIVO. This isn't the case (though the ticket remains valid that we're out of sync).

We need to remove the domain and range from this property and make sure dco:ProjectUpdate has a restriction on the property.

Might also consider having two sub properties that are specific to the domain and range (publicationAssociatedWithInstrument ... or something like that)