See https://id.loc.gov/ontologies/bibframe.html#p_generationDate
The example has:
<bf:Instance rdf:about="http://id.loc.gov/resources/instances/5226" >
<bf:generationProcess >
<bf:GenerationProcess >
<rdfs:label >DLC marc2bibframe2 v2.3.0</rdfs:label>
<bf:generationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime" >2023-11-08T13:17:30.842291-05:00</bf:generationDate>
</bf:GenerationProcess>
</bf:generationProcess>
</bf:Instance>
But the ontology has <rdfs:domain rdf:resource="http://id.loc.gov/ontologies/bibframe/AdminMetadata"/> We had corrected GenerationProcess so it wasn't a subclass of AdminMetadata but this property didn't get updated - it should be
<rdfs:domain rdf:resource="http://id.loc.gov/ontologies/bibframe/GenerationProcess"/> (or no domain...)
I would suggest changing the example so it uses the same example as the property/class e.g.https://id.loc.gov/ontologies/bibframe.html#p_generationProcess.
See https://id.loc.gov/ontologies/bibframe.html#p_generationDate
The example has:
But the ontology has
<rdfs:domain rdf:resource="http://id.loc.gov/ontologies/bibframe/AdminMetadata"/>We had corrected GenerationProcess so it wasn't a subclass of AdminMetadata but this property didn't get updated - it should be<rdfs:domain rdf:resource="http://id.loc.gov/ontologies/bibframe/GenerationProcess"/>(or no domain...)I would suggest changing the example so it uses the same example as the property/class e.g.https://id.loc.gov/ontologies/bibframe.html#p_generationProcess.