Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

published brick.ttl does not have sh:namespace sh:declarations #586

Open
majidaldo opened this issue Nov 21, 2023 · 2 comments
Open

published brick.ttl does not have sh:namespace sh:declarations #586

majidaldo opened this issue Nov 21, 2023 · 2 comments

Comments

@majidaldo
Copy link

declarations are not making it to https://brickschema.org/schema/1.3/Brick (as of now).

<https://brickschema.org/schema/1.3/Brick> a owl:Ontology ;
    rdfs:label "Brick" ;
    dcterms:creator ( [ a sdo:Person ;
                sdo:email "gtfierro@mines.edu" ;
                sdo:name "Gabe Fierro" ] [ a sdo:Person ;
                sdo:email "jbkoh@eng.ucsd.edu" ;
                sdo:name "Jason Koh" ] ) ;
    dcterms:issued "2016-11-16" ;
    dcterms:license <https://github.com/BrickSchema/brick/blob/master/LICENSE> ;
    dcterms:modified "2022-10-12" ;
    dcterms:publisher [ a sdo:Consortium ;
            sdo:legalName "Brick Consortium, Inc" ;
            sdo:sameAs <https://brickschema.org/consortium/> ] ;
    rdfs:isDefinedBy <https://brickschema.org/schema/1.3/Brick> ;
    rdfs:seeAlso <https://brickschema.org> ;
    owl:versionInfo "1.3.0" .
@gtfierro
Copy link
Member

gtfierro commented Nov 21, 2023 via email

@majidaldo
Copy link
Author

majidaldo commented Nov 21, 2023

See above linked issue for potential action.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants