mff-uk / dataspecer

https://dataspecer.com
MIT License
19 stars 7 forks source link

Conceptual model IRI missing in DSV #609

Closed jakubklimek closed 3 weeks ago

jakubklimek commented 3 weeks ago

Here, in the DSV output, conceptual model IRI is an empty relative IRI and there is no base.

@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix dct: <http://purl.org/dc/terms/>.
@prefix dsv: <https://w3id.org/dsv#>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.

<> a dsv:ConceptualModel.

<http://www.w3.org/ns/Dataset-profile> dct:isPartOf <>;
    a dsv:Profile;
    dsv:inheritsProperties skos:prefLabel, dsv:profileOf;
    a dsv:ClassProfile;
    dsv:class <http://www.w3.org/ns/Dataset>.
skodapetr commented 3 weeks ago

@sstenchlak Can you please take a look as I just take what I recieve as an argument and use it.