rdf_vocabularies_core 0.4.2 copy "rdf_vocabularies_core: ^0.4.2" to clipboard
rdf_vocabularies_core: ^0.4.2 copied to clipboard

discontinuedreplaced by: locorda_rdf_terms_common

Core RDF vocabularies as Dart constants - essential semantic web vocabularies (RDF, RDFS, OWL, FOAF, Dublin Core, etc.)

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rdf_vocabularies_core

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  rdf_vocabularies_core: ^0.4.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:rdf_vocabularies_core/acl.dart';
import 'package:rdf_vocabularies_core/contact.dart';
import 'package:rdf_vocabularies_core/dc.dart';
import 'package:rdf_vocabularies_core/dcmitype.dart';
import 'package:rdf_vocabularies_core/dcterms.dart';
import 'package:rdf_vocabularies_core/eventowl.dart';
import 'package:rdf_vocabularies_core/foaf.dart';
import 'package:rdf_vocabularies_core/geo.dart';
import 'package:rdf_vocabularies_core/ldp.dart';
import 'package:rdf_vocabularies_core/owl.dart';
import 'package:rdf_vocabularies_core/rdf.dart';
import 'package:rdf_vocabularies_core/rdfs.dart';
import 'package:rdf_vocabularies_core/skos.dart';
import 'package:rdf_vocabularies_core/solid.dart';
import 'package:rdf_vocabularies_core/vcard.dart';
import 'package:rdf_vocabularies_core/vs.dart';
import 'package:rdf_vocabularies_core/xsd.dart';
0
likes
0
points
110
downloads

Publisher

unverified uploader

Weekly Downloads

Core RDF vocabularies as Dart constants - essential semantic web vocabularies (RDF, RDFS, OWL, FOAF, Dublin Core, etc.)

Homepage
Repository (GitHub)
View/report issues

Topics

#rdf #linked-data #semantic-web #vocabularies #ontologies

Documentation

Documentation

License

unknown (license)

Dependencies

rdf_core

More

Packages that depend on rdf_vocabularies_core