GithubHelp home page GithubHelp logo

Comments (2)

andrea-perego avatar andrea-perego commented on June 3, 2024

@pvgenuchten , as far as I can see, neither will generate blank nodes.

The only issues I see are the following ones:

  • In the first example: If you type a resource as a vcard:Organization, the name should be specified with vcard:fn. You can still use rdfs:label, but this should be done in addition to vcard:fn.
  • In the second example: As that organisation is described with properties from vCard, it should be typed as vcard:Organization (no harm to make it also a foaf:Organization).

The revised examples:

<vcard:Organization rdf:about="http://example.org/ga-courts#GA">
  <rdfs:label xml:lang="en">Commonwealth of Australia (Geoscience Australia)</rdfs:label>
  <vcard:fn xml:lang="en">Commonwealth of Australia (Geoscience Australia)</vcard:fn>
  <vcard:country-name>Australia</vcard:country-name>
  <vcard:email rdf:resource="mailto:[email protected]"/>
</vcard:Organization>
<rdf:Description rdf:about="https://resources.stockholm.se/code-list/organisation/Jordbruksverket/gis.support">
  <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
  <rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#Organization"/>
  <vcard:fn xml:lang="sv">Jordbruksverket</vcard:fn>
  <vcard:hasEmail rdf:resource="mailto:[email protected]"/>
</rdf:Description>

from iso-19139-to-dcat-ap.

pvgenuchten avatar pvgenuchten commented on June 3, 2024

Thanx andrea

from iso-19139-to-dcat-ap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.